Tooltip: Preserve changes to title attribute on close#1259
Tooltip: Preserve changes to title attribute on close#1259ijcheung wants to merge 5 commits intojquery:masterfrom ijcheung:bug_8925
Conversation
ui/tooltip.js
Outdated
There was a problem hiding this comment.
The comment you suggest removing said:
For mouse events, set to empty string to avoid native tooltip showing up (happens only when removing inside mouseover).
It doesn't look like you're addressing that problem in any way.
There was a problem hiding this comment.
I'm just looking for some way to normalize the behavior. I guess this isn't the way to go, any suggestions on that?
|
Can you please sign our CLA? http://contribute.jquery.org/CLA/ Apart from the issue commented on above there's also various minor issues, we can get back to those later. Or you can check out our style guide: http://contribute.jquery.org/style-guide/js/ |
|
Also I now noticed that you reference a closed ticket. Can you please create a new ticket describing the problem you're trying to solve? |
|
I reread that forum thread. Is this acceptable based on the aria live region hack? |
|
@ijcheung we're still looking for some details in the ticket discussion. |
|
Closing PR per the closing of the ticket. @ijcheung if you're interested in continuing with this please respond to @jzaefferer's question. |
Follow up to the #8925 fix.
Adds the ability to clear a tooltip by setting the title attribute to an empty string.
Also see: forum link